All Questions
Tagged with sharepoint-foundationdocument-library
120 questions
0votes
1answer
250views
SharePoint taking very long time to save item for ONE USER account
I have problem with one user, because when he saves item in SharePoint 2013 library, he has to wait ~2 minutes to finish saving. I tried changing his computer on completely new and it still happens. ...
0votes
1answer
68views
In SharePoint Document Library, Identify document version where content has been modified
In a document library, I've some documents with version history. How can we identify the versions where content(not metadata) of the file has been changed using C#? I have tried by comparing the size. ...
2votes
0answers
2kviews
"JavaScript required" error when opening an Excel sheet from SharePoint
I have created a SharePoint website with a document library to allow my team members to share Excel files more easily. When they open Excel sheets, they are redirected to the Excel client app since ...
1vote
1answer
2kviews
Cannot activate "Workflows can use app permissions" Site Feature in Sharepoint Foundation 2019
I am trying to create a workflow (According to the "Approval - Sharepoint 2010" template) and to activate "Enable Content Approval" in it, this works fine, but it doesn`t do anything. Some research ...
1vote
0answers
36views
SharePoint can't write document properties when I upload a word document
SharePoint is not able to populate document proprieties when I upload word documents to the document library. Our Sharepoint document library designed in a way when we upload documents, There is ...
2votes
1answer
595views
How to upload duplicate file in SharePoint 2013 document library?
How to upload duplicate files in SharePoint 2013 document library? I know this is a very different requirement but we want in a SharePoint library multiple documents for the same name, How we achieve ...
1vote
0answers
90views
How to get SP list versioning properties from WSS_Content database?
I need to set all list versioning properties via csom. All properties I usually set with following code: SP.List l = new SP.List(...); l.EnableModeration = true; //1 l.EnableVersioning =...
3votes
1answer
2kviews
Metadata in Document library missing when copied from one document library to another document library using Explorer view
I have two document libraries with same associated content type in two different sub sites in a site collection. I have uploaded a document by setting the column values. Now, if I copy a file from on ...
3votes
3answers
247views
Improper behavior of "Make New Folder command available?" under advance settings of document library
I have a document library in SharePoint site. Under the Advance settings option of library setting I have set "Allow management of content types?" option to yes as shown below And I have selected "...
1vote
1answer
289views
SharePoint 2013 REST file upload and update metadata
I am able to upload file and update meta data columns in SharePoint 2013 document library using 2 separate REST calls but it was 2 versions were created when I saw version history. Is there is any ...
0votes
1answer
42views
endpoint url error
i tried to explain my problem. I use jquery to upload in a Sharepoint list an image. The file for this image containt a single quote and space. fileName="Test ' "; var fileCollectionEndpoint = ...
0votes
1answer
574views
Sharepoint 2013 - PDF Documents are able to be checked out by users
I have had an issue where PDF documents are checked out by the user - even though in the version control is set to Require content approval for submitted items? and Require documents to be checked ...
1vote
2answers
787views
SharePoint Foundation 2013: Is it possible to dynamically filter document libraries?
I'm developing a website and, as part of the specifications, I need to have a number of documents in a central document library, then only display a subset of them to the user at any one time ...
1vote
1answer
539views
The list doesn't exist. Please fix the ListUrl attribute
I saved a site as a template and when I tried to use that template to crate a new site I got this error "The list "list1" doesn't exist. Please fix the ListUrl attribute." I looked in the source site ...
1vote
1answer
83views
Document not open in Browser
There is SharePoint 2013 foundation server and it is beings used for DMS. OOB library with folders are user to save the documents. I have selected the Open document in Browser , but on clicking the ...